home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000297_news@columbia.edu _Fri Feb 21 13:37:07 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA23877
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 21 Feb 1997 13:37:07 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA05312
  7.     for kermit.misc@watsun; Fri, 21 Feb 1997 13:37:06 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!cam-news-feed2.bbnplanet.com!news.indigo.ie!usenet
  9. From: "Eoin C. Bair∩┐╜ad" <ebairead@indigo.ie>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: problem with MSKermit 3.15 Beta 17
  12. Date: Fri, 21 Feb 1997 18:34:40 -0800
  13. Organization: Comhairleoir R∩┐╜omhaireachta
  14. Lines: 39
  15. Message-ID: <330E5B40.25C5@indigo.ie>
  16. NNTP-Posting-Host: ts18-11.dublin.indigo.ie
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 2.02E-KIT  (Win16; I)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:6636
  22.  
  23. I have a problem with MSKermit 3.15 Beta 17
  24. It may be me!
  25.  
  26. here is the beginning of a file-transfer .INI file to work on an ALPHA
  27.  
  28. define ermsg echo \%1\13\7\7\7, exit            ; MACRO for errors
  29. set port com2
  30. set sp 192
  31. set par n
  32. set term bytesize 8
  33. set term controls 8
  34. set term display 8
  35. set input timeout quit                          ; just quit if there's no mainframe
  36. OUT \13\13                                      ; now get the attention of 
  37. OUT \26\13                                      ; the server - if it asks
  38. OUT \13\13                                      ; for a username, tell it ^Z
  39. OUT \26\13
  40. OUT \13\13
  41. OUT C ALPHA1\13                                 ; connect to the ALPHA
  42. out \13\13
  43. input 5 Username:                               ; Get the Username Prompt
  44. OUT TRANSFER\13                                 ; Login as TRANSFER
  45. input 2 Password:
  46. echo Enter password:
  47. output @con
  48. output \13
  49. input 10 \27Z                                   ; the VAX  outputs ESC-Z for terminal recognition
  50.  
  51. 3.15 displays Username: from the ALPHA on the screen, but never seems to output TRANSFER.
  52.  
  53. I've read the .DOC that comes with, and apart from an old fix -  . INPUT ignored bytes read during 
  54. preceeding script commands, such   as PAUSE or OUTPUT. - which doesn't seem relevant, I can see 
  55. nothing.
  56.  
  57. Has anyone any ideas ?
  58.  
  59. Thank you
  60.  
  61. Eoin